home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Inside!
/
Amiga FD Inside (1995)(Ultramax).iso
/
berndspd
/
musiktools
/
superplay
/
source
/
superplay_mainadd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-12-13
|
522b
|
26 lines
/* SuperPlay_MainAdd.h
- For use with the GTB-generated SourceCode "SuperPlay_Main.c" -
(c) 1993-94 by Andreas R. Kleinert
Version : V1.01
Last Changes : 22.01.1994
Compiler : SAS/C V6.5
Options : (smakefile)
*/
#ifndef SP_MAINADD_H
#define SP_MAINADD_H
extern struct ExecBase *SysBase;
extern struct DosLibrary *DOSBase;
extern struct IntuitionBase *IntuitionBase;
extern struct GfxBase *GfxBase;
extern struct Library *GadToolsBase;
#endif /* SP_MAINADD_H */